home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / templates / Console / readme.txt < prev    next >
Text File  |  2003-08-13  |  1KB  |  28 lines

  1. In this folder you can find some files which runs console programs. To create your
  2. own such a file give it the name <file_name>.RUN.<file_ext>. All files with such
  3. a filename are executed this way. The syntax is very easy:
  4.  
  5. CmdLine: <the full path to the program to run>
  6. CurDir: <the directory to start the program in>
  7. ExitCommand: <the command to quit this program, e.g. 'exit' for cmd.exe>
  8. PrintInput: <could be 1 or 0, test what works best, default is 0>
  9. ToOutput: <if 1 it prints the output to the Output List, default 0>
  10. AskSaveFile: <if 1 it will ask you to save the file, default 0>
  11. ShowWindow: <could be 0-3>
  12.   0: Hidden
  13.   1: Normal
  14.   2: Maximized
  15.   3: Minimized
  16. DetachedProc: <you may want to set this to 1 in some cases, default 0>
  17. Send: <Any number of lines to send to the console when starting it>
  18.  
  19. Everything else is the same as for the other templates.
  20.  
  21. If this program understands comments and you want to use a highlighter, you should
  22. place these commands in comments.
  23.  
  24. Rterm.RUN.r runs the Rterm program. You may need to modify some paths to these
  25. programs.
  26.  
  27. $Id: readme.txt,v 1.1.2.1 2003/08/13 00:46:46 neum Exp $
  28.